VSID.BSXparsingUtils.BSXscriptParser
-
Class Summary
Project ID | F4643802ED642DBA85258AE5006336F9 |
Version | |
Class ID | DFE619FAF936FEF385258AE500681CF0 |
Class Type | Base |
Attributes | |
-
-
Method Summaries
clear() |
New(projectname As String, FQN As String, instance_code As Long) |
parseLine(source As String) |
-
-
Properties Detail
-
isInstanceComplete (Get)
Public Property Get isInstanceComplete As Boolean |
Flag indicating the current Instance element being parsed is complete (has reached and read the "End XXX" line) |
-
Script (Get)
Public Property Get Script As StringQueue |
Generated Script Source Code for the object |
-
ScriptNode (Get)
Public Property Get ScriptNode As BSXscriptNode |
BSXscriptNode for the object |
-
Methods Detail
-
clear
Public Sub clear() |
Clears the object. |
-
New
Public Sub New(projectname As String, FQN As String, instance_code As Long) |
Constructor |
idx | Argument | Data Type | Attributes |
1 | projectname | String | |
2 | FQN | String | |
3 | instance_code | Long | |
-
parseLine
Public Sub parseLine(source As String) |
Parses a line of text (script sourcecode) into the object |
idx | Argument | Data Type | Attributes |
1 | source | String | |
Copyright © HCL America, Inc. 1999, 2023. All Rights Reserved.